home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -seriously_amiga- / programming / other / wild / support / wilf / modules / strings.h < prev    next >
C/C++ Source or Header  |  1999-01-25  |  186b  |  6 lines

  1. #include <exec/types.h>
  2. extern ULONG ChkIn(char *a,char *in);
  3. extern ULONG *NextWord(char *b);
  4. extern ULONG CopyWord(char *fill,char *word);
  5. extern ULONG CopyStr(char *fill,char *from);
  6.